crypto/des.desCipher.generateSubkeys (method)
5 uses
crypto/des (current package)
block.go#L227: func (c *desCipher) generateSubkeys(keyBytes []byte) {
cipher.go#L35: c.generateSubkeys(key)
cipher.go#L79: c.cipher1.generateSubkeys(key[:8])
cipher.go#L80: c.cipher2.generateSubkeys(key[8:16])
cipher.go#L81: c.cipher3.generateSubkeys(key[16:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |